JOYSTICK SLIDER D

This command will give support for a forth slider value.

  Syntax
Return Integer=JOYSTICK SLIDER D()
  Returns

The command will return a value from the forth slider

  Example Code
do
cls
print "joystick slider a "+str$(joystick slider a())
print "joystick slider b "+str$(joystick slider b())
print "joystick slider c "+str$(joystick slider c())
print "joystick slider d "+str$(joystick slider d())
loop
end
  See also

INPUT Commands Menu
Index